home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 21 / ruler30 / makefile < prev    next >
Encoding:
Makefile  |  1994-01-27  |  108 b   |  11 lines

  1. # Ruler makefile
  2. #
  3. # Manx Aztec C
  4.  
  5. ruler:           ruler.o
  6.         ln ruler -lc
  7.  
  8. ruler.o:       ruler.c
  9.         cc ruler
  10.  
  11.